emsi_containers ~master (2021-09-24T04:23:14Z)
Home
Dub
Repo
CyclicBuffer.insertFront
containers
cyclicbuffer
CyclicBuffer
Inserts the given item into the start of the buffer.
struct
CyclicBuffer
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
void
insertFront
(
U
)
(
U
value
)
if
(
isImplicitlyConvertible
!(
U
,
T
)
)
Meta
Source
See Implementation
containers
cyclicbuffer
CyclicBuffer
aliases
insert
insertAnywhere
opDollar
popBack
popFront
put
constructors
this
destructors
~this
functions
back
capacity
clear
empty
front
insertBack
insertFront
length
opIndex
opSlice
removeBack
removeFront
reserve
postblits
this(this)
structs
Range
Inserts the given item into the start of the buffer.